home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000038_news@newsmaster….columbia.edu _Tue Dec 22 23:21:25 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA22183
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 22 Dec 1998 23:21:24 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA28546
  7.     for kermit.misc@watsun; Tue, 22 Dec 1998 23:21:24 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: automation script calling external protocol (Zmodem)
  12. Date: 23 Dec 1998 04:21:23 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <75pr43$3gb$1@apakabar.cc.columbia.edu>
  16. References: <367FD6BF.1B4D30FD@acxiom.com> <75olvt$c6l$1@apakabar.cc.columbia.edu> <368050A1.6BAA0CC5@conwaycorp.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9670
  19.  
  20. In article <368050A1.6BAA0CC5@conwaycorp.net>,
  21. moiaussi  <moiaussi@conwaycorp.net> wrote:
  22. : Q: where is the SET PROTOCOL ZMODEM and RECEIVE commands?
  23. : A: In the .mykermrc file, the following sets protocol.
  24. :     set protocol zmodem crb crz {csb %s} {csz %s} crb crz
  25. :     And the receive command is innitiated from the prompt. i.e. "kermit -r"
  26. :     The command "kermit -r" runs and the .mykermrc executes the following:
  27. :     log session (creates a session log)
  28. :     dial wildcat (the dial list has one phone #)
  29. :     take wildcat (the script to automatically download the file specified).
  30.  
  31. Your problem is that you are starting the transfer after your script
  32. completes, therefore, when the transfer ends you have no script running
  33. to automate the process.  Do not use command line options to start a 
  34. transfer when you want the result of the transfer to be controlled by
  35. a script.  Instead, use the RECEIVE command and place it within your
  36. script.
  37.  
  38.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  39.                  The Kermit Project * Columbia University
  40.               612 West 115th St #716 * New York, NY * 10025
  41.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org